home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / lang / amigaedocs.lha / ModulesText / libraries / reqbase.txt < prev    next >
Text File  |  1992-09-02  |  5KB  |  236 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:libraries/reqbase.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. CONST REQVERSION=2,
  6.       PAIRSSIZE=20
  7.  
  8. (---) OBJECT gadgetblock.
  9. (  0)   gadget:substructure
  10. ( 44)   border:substructure
  11. ( 60)   pairs:substructure
  12. ( 80)   text:substructure
  13. (---) ENDOBJECT     /* SIZEOF=100 */
  14.  
  15. (---) OBJECT stringblock.
  16. (  0)   gadget:substructure
  17. ( 44)   info:substructure
  18. ( 80)   border:substructure
  19. ( 96)   pairs:substructure
  20. (---) ENDOBJECT     /* SIZEOF=116 */
  21.  
  22. (---) OBJECT propblock.
  23. (  0)   gadget:substructure
  24. ( 44)   info:substructure
  25. ( 66)   image:substructure
  26. (---) ENDOBJECT     /* SIZEOF=86 */
  27.  
  28. (---) OBJECT sliderblock.
  29. (  0)   arrowuplt:substructure
  30. ( 44)   imageuplt:substructure
  31. ( 64)   arrowdnrt:substructure
  32. (108)   imagednrt:substructure
  33. (128)   prop:substructure
  34. (---) ENDOBJECT     /* SIZEOF=214 */
  35.  
  36. (---) OBJECT twoimageblock
  37. (  0)   gadget:substructure
  38. ( 44)   image1:substructure
  39. ( 64)   image2:substructure
  40. (---) ENDOBJECT     /* SIZEOF=84 */
  41.  
  42. CONST ATTITUDEB=16,
  43.       HORIZSLIDER=0,
  44.       VERTSLIDER=$10000
  45.  
  46. (---) OBJECT trstructure
  47. (  0)   text:LONG
  48. (  4)   controls:LONG
  49. (  8)   window:LONG
  50. ( 12)   middletext:LONG
  51. ( 16)   positivetext:LONG
  52. ( 20)   negativetext:LONG
  53. ( 24)   title:LONG
  54. ( 28)   keymask:INT
  55. ( 30)   textcolor:INT
  56. ( 32)   detailcolor:INT
  57. ( 34)   blockcolor:INT
  58. ( 36)   versionnumber:INT
  59. ( 38)   timeout:INT
  60. ( 40)   abortmask:LONG
  61. ( 44)   rfu1:INT
  62. (---) ENDOBJECT     /* SIZEOF=46 */
  63.  
  64. CONST GLNODEFAULTB=0,
  65.       GLNODEFAULTM=1
  66.  
  67. (---) OBJECT getlongstruct
  68. (  0)   titlebar:LONG
  69. (  4)   defaultval:LONG
  70. (  8)   minlimit:LONG
  71. ( 12)   maxlimit:LONG
  72. ( 16)   result:LONG
  73. ( 20)   window:LONG
  74. ( 24)   versionnumber:INT
  75. ( 26)   flags:LONG
  76. ( 30)   rfu2:LONG
  77. (---) ENDOBJECT     /* SIZEOF=34 */
  78.  
  79. (---) OBJECT getstringstruct
  80. (  0)   titlebar:LONG
  81. (  4)   stringbuffer:LONG
  82. (  8)   window:LONG
  83. ( 12)   stringsize:INT
  84. ( 14)   visiblesize:INT
  85. ( 16)   versionnumber:INT
  86. ( 18)   flags:LONG
  87. ( 22)   rfu1:LONG
  88. ( 26)   rfu2:LONG
  89. ( 30)   rfu3:LONG
  90. (---) ENDOBJECT     /* SIZEOF=34 */
  91.  
  92. (---) OBJECT extendedcolorrequesterstruct
  93. (  0)   defcolor:LONG
  94. (  4)   window:LONG
  95. (  8)   rfu1:LONG
  96. ( 12)   rfu2:LONG
  97. ( 16)   rfu3:LONG
  98. ( 20)   rfu4:LONG
  99. ( 24)   rfu5:LONG
  100. (---) ENDOBJECT     /* SIZEOF=28 */
  101.  
  102. CONST DSIZE=$82,
  103.       FCHARS=30,
  104.       WILDLENGTH=30,
  105.       FRQSHOWINFOB=0,
  106.       FRQEXTSELECTB=1,
  107.       FRQCACHINGB=2,
  108.       FRQGETFONTSB=3,
  109.       FRQINFOGADGETB=4,
  110.       FRQHIDEWILDSB=5,
  111.       FRQABSOLUTEXYB=6,
  112.       FRQCACHEPURGEB=7,
  113.       FRQNOHALFCACHEB=8,
  114.       FRQNOSORTB=9,
  115.       FRQNODRAGB=10,
  116.       FRQSAVINGB=11,
  117.       FRQLOADINGB=12,
  118.       FRQDIRONLYB=13,
  119.       FRQSHOWINFOM=1,
  120.       FRQEXTSELECTM=2,
  121.       FRQCACHINGM=4,
  122.       FRQGETFONTSM=8,
  123.       FRQINFOGADGETM=16,
  124.       FRQHIDEWILDSM=$20,
  125.       FRQABSOLUTEXYM=$40,
  126.       FRQCACHEPURGEM=$80,
  127.       FRQNOHALFCACHEM=$100,
  128.       FRQNOSORTM=$200,
  129.       FRQNODRAGM=$400,
  130.       FRQSAVINGM=$800,
  131.       FRQLOADINGM=$1000,
  132.       FRQDIRONLYM=$2000
  133.  
  134. (---) OBJECT esstructure
  135. (  0)   nextfile:LONG
  136. (  4)   namelength:INT
  137. (  6)   pad:INT
  138. (  8)   node:LONG
  139. (---) ENDOBJECT     /* SIZEOF=12 */
  140.  
  141. (---) OBJECT reqfilerequester
  142. (  0)   versionnumber:INT
  143. (  2)   title:LONG
  144. (  6)   dir:LONG
  145. ( 10)   file:LONG
  146. ( 14)   pathname:LONG
  147. ( 18)   window:LONG
  148. ( 22)   maxextendedselect:INT
  149. ( 24)   numlines:INT
  150. ( 26)   numcolumns:INT
  151. ( 28)   devcolumns:INT
  152. ( 30)   flags:LONG
  153. ( 34)   dirnamescolor:INT
  154. ( 36)   filenamescolor:INT
  155. ( 38)   devicenamescolor:INT
  156. ( 40)   fontnamescolor:INT
  157. ( 42)   fontsizescolor:INT
  158. ( 44)   detailcolor:INT
  159. ( 46)   blockcolor:INT
  160. ( 48)   gadgettextcolor:INT
  161. ( 50)   textmessagecolor:INT
  162. ( 52)   stringnamecolor:INT
  163. ( 54)   stringgadgetcolor:INT
  164. ( 56)   boxbordercolor:INT
  165. ( 58)   gadgetboxcolor:INT
  166. ( 60)   rfu_stuff:substructure
  167. ( 96)   dirdatestamp:substructure
  168. (108)   windowleftedge:INT
  169. (110)   windowtopedge:INT
  170. (112)   fontysize:INT
  171. (114)   fontstyle:INT
  172. (116)   extendedselect:LONG
  173. (120)   hide:substructure
  174. (152)   show:substructure
  175. (184)   filebufferpos:INT
  176. (186)   filedisppos:INT
  177. (188)   dirbufferpos:INT
  178. (190)   dirdisppos:INT
  179. (192)   hidebufferpos:INT
  180. (194)   hidedisppos:INT
  181. (196)   showbufferpos:INT
  182. (198)   showdisppos:INT
  183. (200)   memory:LONG
  184. (204)   memory2:LONG
  185. (208)   lock:LONG
  186. (212)   privatedirbuffer:substructure
  187. (344)   fileinfoblock:LONG
  188. (348)   numentries:INT
  189. (350)   numhiddenentries:INT
  190. (352)   filestartnumber:INT
  191. (354)   devicestartnumber:INT
  192. (---) ENDOBJECT     /* SIZEOF=356 */
  193.  
  194. (---) OBJECT reqscrollstruct
  195. (  0)   topentrynumber:LONG
  196. (  4)   numentries:LONG
  197. (  8)   linespacing:INT
  198. ( 10)   numlines:LONG
  199. ( 14)   propgadget:LONG
  200. ( 18)   redrawall:LONG
  201. ( 22)   readmore:LONG
  202. ( 26)   scrollanddraw:LONG
  203. ( 30)   versionnumber:INT
  204. ( 32)   rfu1:LONG
  205. ( 36)   rfu2:LONG
  206. (---) ENDOBJECT     /* SIZEOF=40 */
  207.  
  208. (---) OBJECT arrows
  209. (  0)   arrowup:substructure
  210. ( 20)   arrowdown:substructure
  211. ( 40)   arrowleft:substructure
  212. ( 58)   arrowright:substructure
  213. ( 76)   r:substructure
  214. ( 96)   g:substructure
  215. (116)   b:substructure
  216. (136)   h:substructure
  217. (156)   s:substructure
  218. (176)   v:substructure
  219. (---) ENDOBJECT     /* SIZEOF=196 */
  220.  
  221. (---) OBJECT reqlib
  222. (  0)   lib:substructure
  223. ( 34)   syslib:LONG
  224. ( 38)   doslib:LONG
  225. ( 42)   intuilib:LONG
  226. ( 46)   gfxlib:LONG
  227. ( 50)   seglist:LONG
  228. ( 54)   images:LONG
  229. ( 58)   flags:CHAR
  230. ( 59)   pad:CHAR
  231. ( 60)   consoledev:LONG
  232. ( 64)   consolehandle:LONG
  233. ( 68)   rexxsysbase:LONG
  234. (---) ENDOBJECT     /* SIZEOF=NONE !!! */
  235.  
  236.